[@main]  
#IF
equal p9 0
#ACT
goto @main-1
BreakTimeRecall 
break

#IF
equal p9 9
#ACT
goto @quit
BreakTimeRecall 
break

[@main-1]
#IF
#ACT
mov p9 0
#SAY
Welcome <$USERNAME>\
Welcome to room 36, the dark room.\
Inside is a maze, you get 5 minutes to solve it\
YOu must solve the maze to progress\
Good Luck
<Move/@next>

[@next]
#IF
#ACT
mov p9 9
TimeRecall 5
map T1361

[@quit]
#IF
#ACT
map B011

